ActiveReports 10
Range Constructor(Int32,Nullable<Int32>)

GrapeCity.ActiveReports.Viewer.Win.v10 Assembly > GrapeCity.Viewer.Common.Model Namespace > Range Structure > Range Constructor : Range Constructor(Int32,Nullable<Int32>)
The start of the range.
The length of the range.
Initializes a new instance of the Range struct.
Syntax
'Declaration
 
Public Function New( _
   ByVal start As Integer, _
   ByVal length As Nullable(Of Integer) _
)
public Range( 
   int start,
   Nullable<int> length
)

Parameters

start
The start of the range.
length
The length of the range.
See Also

Reference

Range Structure
Range Members
Overload List